home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / fwkcs118.zip / WHATSNEW.TXT < prev   
Text File  |  1992-09-11  |  8KB  |  172 lines

  1. FWKCS(TM) Contents_Signature System, Ver. 1.18, 1992 Sep 11.
  2. (C)Copyright Frederick W. Kantor 1989-1992. All rights reserved.
  3.  
  4. New in FWKCS118.ZIP:
  5.  
  6.    FWKCS(TM) is now provided on a two step test_before_you_decide basis.
  7.    You can test the first step for up to 30 days before you decide whether
  8.    to register.  The first step contains all the functions previously
  9.    available in FWKCS (some have been enhanced), together with the new
  10.    sorting functions and some other new features.  If you are pleased
  11.    with what you have in step 1, then you should register as described
  12.    in REGISTER.DOC, using the form REGISTER.FRM.
  13.  
  14.    The second step is available only for registered FWKCS, and uses a key.
  15.    The second step contains procedures for interpreting file descriptions,
  16.    so powerful that they warranted writing the assembly_language code for
  17.    the new FWKCS sorting functions. In the second step, test the additional
  18.    features for up to 30 more days. If you are pleased with what you find
  19.    in the second step, you should make the further registration specified
  20.    (1/5 of the corresponding first step registration).
  21.  
  22.    In both steps, test before you make your decision. In both steps, the
  23.    program is not free -- if you do not register, you should discontinue
  24.    using that functionality.
  25.  
  26.  
  27. Changes in FWKCS.EXE:
  28. ~~~~~~~~~~~~~~~~~~~~~
  29. 1. It's now .EXE rather than .COM.
  30.  
  31. 2. FWKCS now contains its own sorting function. This is externally
  32.    available (see /s* for help). All .BAT programs in the FWKCS package
  33.    which use sorting call FWKCS for this function.
  34.  
  35. 3. Added ability to enable selected functionality under key.
  36.  
  37. 4. New family of functions to assist in deciding where to put files, on the
  38.    basis of description (using the same file listing format found in Clark
  39.    Development Company's PCBoard). This family of functions is available
  40.    only in registered FWKCS.
  41.  
  42. 5. Added code re insufficient space, with new exit errorlevel = 100
  43.    (see FWKCS /e).
  44.  
  45. 6. To keep FWKCS.EXE relatively small, some help is provided via text files,
  46.    FWKCS118.H0n, n = 0...5. FWKCS.EXE can search for them in the current
  47.    directory and on your path. So, if you put FWKCS.EXE on your path,
  48.    preferably keep these text files in the same directory with it, or
  49.    elsewhere on your path.
  50.  
  51.    FWKCS <enter> now brings up a list of commands for further help.
  52.  
  53. 7. The extended help (new option /** ) uses FWKCS118.REF, which has a 
  54.    detailed Table of Contents. Please keep FWKCS118.REF on your path.
  55.  
  56. 8. FWKCS.EXE now provides internal space for 26 macros, each a contiguous
  57.    string up to 73 bytes long (see /d and /d!). This gives a total of 1898
  58.    bytes in macros. /revert resets all entries on both /d and /d! screens.
  59.  
  60. 9. The internal command line interpreter can now accept a total expanded
  61.    command line of up to 3072 bytes.
  62.  
  63. 10.Added  &r,names;  This lets you specify up to 64 reserved (system)
  64.    names which, if they are found in an uploaded zipfile, might cause
  65.    trouble if unzipped; e.g., LPT1, etc. These are automatically
  66.    searched for whether or not the filename has path information zipped
  67.    with it.
  68.  
  69.    Added  kr,d:\path\rsn;  target directory into which zipfiles containing
  70.    files with reserved system names can be automatically put.
  71.  
  72.    Added ability for options /a3 and /a4 to rename zipfiles to have the
  73.    extension ".RSN" if they contain file(s) with reserved system names.
  74.  
  75.    (See also ADD_RSN.BAT, below.)
  76.  
  77. 11.Added ability to recognize 'ESC[' inserted into filename in a zipfile.
  78.    FWKCS rejects such an uploaded zipfile as failing the zipfile test,
  79.    without calling Phil Katz's PKUNZIP(R).
  80.  
  81. 12.Modified &j and /1j options (strip GIF tail, e.g., such as added by
  82.    a communications protocol) so that when write access is denied,
  83.    FWKCS proceeds, generating the contents_signature using only the
  84.    part of the GIF file up to the beginning of the tail; e.g., for
  85.    processing CD_ROMs which contain GIF file(s) which had not been
  86.    stripped clean.
  87.  
  88. 13.Added code so that '@' in a filename does not lead to error message
  89.    from McAfee's SCAN when called by FWKCS.
  90.  
  91. 14.Added option to suppress message from McAfee's SCAN saying that the
  92.    copy of SCAN is old.
  93.  
  94. Changes in FWKDG.COM:
  95. ~~~~~~~~~~~~~~~~~~~~~
  96. 1. Added time_mark option /m, to send  year-mo-dy hr:mn:sc.nn  to "standard
  97.    output", and suppress all screen messages. This was added to FWKDG
  98.    rather than FWKCS, because FWKDG is shorter and is loaded faster.
  99.  
  100. 2. Added option /w When, which is like /m, but without the CRLF (carriage_
  101.    return line_feed). This can be used to build approximately time_stamped
  102.    lines of text which can be sent to the screen or to a file.  For
  103.    example, these two lines can be used in a .BAT program:
  104.  
  105.       @fwkdg/w>>timelog
  106.       @echo  this text becomes part of the time_stamped line.>>timelog
  107.  
  108.    Such files can later be combined and sorted by date and time.
  109.  
  110. 3. Modified help screen to include new option, refer user to FWKCS118.REF,
  111.    show new version number 1.10, and show new copyright date.
  112.  
  113. New or Changed in .BAT and .BAS programs:
  114. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  115. 1. New: GET_DFLT.BAT, for advanced users. It captures the current default
  116.    settings (FWKCS /d and /d!), and makes a new program, PUT_DFLT.BAT, which
  117.    contains a template for automatically inserting default settings into
  118.    FWKCS.EXE -- with the current default settings already entered for you.
  119.    This is normally used in a separate subdirectory, with a temporary copy
  120.    of FWKCS.EXE.
  121.  
  122.    You can then use a word processor (with wordwrap off) to make changes in
  123.    the default settings in PUT_DFLT.BAT.  After you make the changes, set
  124.    ATTRIB -r FWKCS.EXE, then type PUT_DFLT <enter>. The results are
  125.    displayed for you to check. You can make further changes by editing
  126.    PUT_DFLT.BAT.
  127.  
  128.    When you have finished making changes, you can set ATTRIB -r on your
  129.    working copy of FWKCS.EXE (in \CSA), overwrite it with your new copy,
  130.    and then reset ATTRIB +r on your working copy of FWKCS.EXE.
  131.  
  132. 2. New: ADD_RSN.BAT, to add a list of reserved (system) names for use in
  133.    searching zipfiles under Auxiliary Functions 3, 4, 5, and 6, and to add a
  134.    target subdirectory, \CSA\RSN , for sequestering RSN rejects found under
  135.    Auxiliary Function 5 or 6 (e.g., in processing uploads, or when using
  136.    FWKLOCAL to "upload" a batch of files locally). The RSN list installed by
  137.    ADD_RSN is "AUX,CLOCK$,COM1,COM2,COM3,COM4,CON,LPT1,LPT2,LPT3,PRN".
  138.    Space to expand this list is already provided in macros [w] and [x].
  139.    Longer lists can be added by using more macros, or by using
  140.    [+d:\path\filename.ext] in the command line to incorporate a
  141.    configuration file.
  142.  
  143.    ADD_RSN.BAT is for use in adding this feature to existing systems.
  144.    For a new installation, this material is provided during automatic
  145.    installation.
  146.  
  147. 3. New: MAKESGST.BAT, to prepare data for use in interpreting text
  148.    descriptions of files, in PCBoard format. For use with registered FWKCS
  149.    only.
  150.  
  151. 4. New: SUGGEST4.BAT, to interpret text descriptions in PCBoard format and
  152.    suggest where to put them.  For use with registered FWKCS only.
  153.  
  154. 5. New: TOSUGEST.BAS, to preclean file descriptions and break a long list
  155.    into shorter blocks compatible with high speed processing in RAMdisk.
  156.    For use with registered FWKCS only.
  157.  
  158. 6. Revised ACCESION.BAT, ACCESZIP.BAT, ADD_!3.BAT, ADD_G.BAT, ADD_Z_34.BAT,
  159.    ADD_Z_56.BAT, CSAM.BAT, CSAMACS.BAT, DELCSA.BAT, DO_BLOG.BAT, FORCEUP.BAT,
  160.    FWKCTEST.BAT, FWKDG110.BAT (was 109), KEEPDFLT.BAT, LUT.BAT, MSGS.BAT,
  161.    REVERT.BAT, SETDRIVE.BAT, SETFWKCS.BAT, SPLITEST.BAT, S_SETUP.BAT.
  162.  
  163.  
  164. Note:
  165.  
  166. The remote lookup functions are available in a relatively small kit,
  167. FWKLU118.ZIP, released 1992 Sep 11.  If you run a BBS, you may wish to get
  168. the FWKLU118.ZIP kit for your users, especially if your BBS is a "feeder
  169. BBS" and many of your users are other BBS's.  The kit comes with
  170. instructions, and contains a short bulletin, FWKLU118.BLT, suitable for
  171. posting.
  172.